home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World Komputer 2010 April
/
PCWorld0410.iso
/
pluginy Firefox
/
3100
/
3100.xpi
/
chrome
/
content
/
css
/
options.css
Wrap
Cascading Style Sheet File
|
2010-01-23
|
4KB
|
266 lines
/* Click&Clean, MIT, <http://www.hotcleaner.com/>. Copyright Mixesoft(c)Project 2004-2009 <http://www.mixesoft.com/>*/
* {
margin: 0;
padding: 0;
outline: 0;
white-space:nowrap;
position: absolute;
}
#page {
width: 379px;
height: 575px;
font: normal 14px/140% Helvetica, Arial, sans-serif;
color: rgb(50,84,110);
background-color: rgb(199,226,253);
}
.box-cap {
color: rgb(1,108,145);
font: bold 16px Helvetica, Arial;
text-indent: 28px;
left: 5px;
top: 5px;
}
#san-cap {
background: url(../img/icon16.png) 4px 2px no-repeat;
text-decoration:underline;
cursor:pointer;
}
#ext-cap {
background: url(../img/ext16.png) 4px 2px no-repeat;
}
#adv-cap {
background: url(../img/tools16.png) 4px 2px no-repeat;
}
.box {
width: 366px;
left: 7px;
}
#box0 {
height: 56px;
top: 10px;
background: url(../img/box0.png);
}
#box1 {
height: 169px;
top: 68px;
background: url(../img/box1.png);
}
#box2 {
height: 179px;
top: 239px;
background: url(../img/box2.png);
}
#box3 {
height: 110px;
top: 420px;
background: url(../img/box3.png);
}
button {
width: 90px;
height: 26px;
font:bold 13px Helvetica, Arial, sans-serif;
border: 1px solid rgb(156,188,227);
-moz-border-radius: 5px;
cursor: pointer;
background: url(../img/button.png) repeat-x;
}
button:hover {
border-color: #80B3FF #59f #59f;
background: url(../img/button_hover.png) repeat-x;
}
#san-enabled {
left: 13px;
top: 33px;
width: 14px;
height: 14px;
}
#san-enabled-desc {
left: 33px;
top: 30px;
}
#san-close {
left: 13px;
top: 56px;
width: 14px;
height: 14px;
}
#san-close-desc {
left: 33px;
top: 53px;
width:320px;
overflow: hidden;
/*text-overflow:ellipsis;*/
}
#san-ask {
left: 13px;
top: 80px;
width: 14px;
height: 14px;
}
#san-ask-desc {
left: 33px;
top: 77px;
}
#san-time-desc {
left: 13px;
top: 102px;
}
#san-time {
left: 286px;
top: 103px;
width: 65px;
border: 1px solid #b3b3b3;
z-index: 999;
}
#san-clear {
left: 13px;
top: 130px;
width: 339px;
}
#ext-sanitize {
left: 13px;
top: 33px;
width: 14px;
height: 14px;
}
#ext-sanitize-desc {
left: 33px;
top: 30px;
}
#ext-close {
left: 13px;
top: 56px;
width: 14px;
height: 14px;
}
#ext-close-desc {
left: 33px;
top: 53px;
width:320px;
overflow: hidden;
/*text-overflow:ellipsis;*/
}
#ext-path-desc {
left: 13px;
top: 83px;
}
#ext-arg-desc {
left: 13px;
top: 113px;
}
#ext-path, #ext-arg {
left: 93px;
height: 18px;
padding: 4px 4px 2px;
border: 1px solid rgb(156,188,227);
-moz-border-radius: 5px;
font: bold 13px Helvetica, Arial, sans-serif;
}
#ext-path {
top: 80px;
width: 210px;
}
#ext-browse {
left: 318px;
top: 80px;
width: 32px;
}
#ext-arg {
top: 110px;
width: 248px;
}
#ext-run {
left: 13px;
top: 140px;
width: 339px;
}
#adv-lso {
left: 13px;
top: 33px;
width: 14px;
height: 14px;
}
#adv-lso-desc {
left: 33px;
top: 30px;
}
#adv-tabs {
left: 13px;
top: 56px;
width: 14px;
height: 14px;
}
#adv-tabs-desc {
left: 33px;
top: 53px;
}
#adv-tab {
left: 13px;
top: 81px;
width: 14px;
height: 14px;
}
#adv-tab-desc {
left: 33px;
top: 78px;
}
/*controls*/
#opt-def,#opt-ok,#opt-cancel {
top: 540px;
}
#opt-def {
left: 10px;
}
#opt-cancel {
left: 182px;
}
#opt-ok {
left: 280px;
}
#home, #forum, #twitter, #contact {
top: -10px;
width: 89px;
height: 64px;
cursor: pointer;
-moz-border-radius: 5px;
border:none;
}
#home {
left: 4px;
background:url(../img/home.png) 0 0 no-repeat;
}
#forum {
left: 94px;
background:url(../img/forum.png) 0 0 no-repeat;
}
#twitter {
left: 184px;
background:url(../img/twitter.png) 0 0 no-repeat;
}
#contact {
left: 274px;
background:url(../img/contact.png) 0 0 no-repeat;
}
#home p, #forum p, #twitter p, #contact p {
top: 12px;
width: 89px;
text-align: center;
overflow: hidden;
}
#home:hover p, #forum:hover p, #twitter:hover p, #contact:hover p{
display:none;
}
#tip {
padding: 0 5px 0 5px;
display:none;
top:40px;
left:30px;
font-size:14px;
color: rgb(50,84,110);
border:solid 1px rgb(50,84,110);
-moz-border-radius: 3px;
background:rgb(255,232,151);
white-space: normal;
}